GtkContainer: Fix paramter name in doc comment
authorTimm Bäder <mail@baedert.org>
Thu, 10 Sep 2015 09:34:44 +0000 (11:34 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 10 Sep 2015 09:34:44 +0000 (11:34 +0200)
gtk/gtkcontainer.c

index 2a712d8cbfe7515841caebef4451606ffbde2455..76b893745c185594eda4f5e70df31b01b4dfb99d 100644 (file)
@@ -1543,7 +1543,7 @@ gtk_container_class_install_child_property (GtkContainerClass *cclass,
  * gtk_container_class_install_child_properties:
  * @cclass: a #GtkContainerClass
  * @n_pspecs: the length of the #GParamSpec array
- * @pspec: (array length=n_pspecs): the #GParamSpec array defining the new
+ * @pspecs: (array length=n_pspecs): the #GParamSpec array defining the new
  *     child properties
  *
  * Installs child properties on a container class.